The current data has become invalid, either by a data change, or a display change such as scrolling.
invalidateData TileListThe current data has become invalid, either by a data change, or a display change such as scrolling.
- itemToLabel ButtonBar
- Convert an item to a label string using the
labelField and labelFunction.
- itemToLabel CoreList
- Convert an item to a label string using the
labelField and labelFunction.
- itemToLabel DropdownMenu
- Convert an item to a label string using the
labelField and labelFunction.
- itemToLabel OptionStepper
- Convert an item to a label string using the
labelField and labelFunction.
- linearEase static method
- The default ease equation.
- movePopUp static method
- Move a PopUp relative to another MovieClip.
- open
- precache
- Pre-caches a set of views.
- readInput
- Pass input to the game engine to convert it to something relevant.
- removeAllEventListeners
- Unsubscribe all listeners from a specific event, or all events.
- removeButton
- Remove a button from the group.
- removeElement
- Remove an element from this Constraints instance
- removeEventListener
- Unsubscribe a listener from an event.
- removeMovieClip
- requestItemAt DataProvider
- Request an item at a specified index.
- requestItemAt IDataProvider interface definition
- Request an item from the given index.
- requestItemRange DataProvider
- Get a range of items between two specified indexes inclusive of the items at
beginIndex and endIndex.
- requestItemRange IDataProvider interface definition
- Request an item range from the given index.
- scrollToIndex CoreList
- Scrolls the list to the item at the specified index.
- scrollToIndex IList interface definition
- Scrolls the list to the item at the specified index.
- scrollToIndex ScrollingList
- Scroll the list to the specified index.
- scrollToIndex TileList
- Scroll the list to the specified index.
- setData IListItemRenderer interface definition
- The data in the DataProvider of the list component that the itemRenderer represents.
- setData ListItemRenderer
- Sets data from the
dataProvider to the renderer.
- setFocus
- Set focus to a component.
- setListData IListItemRenderer interface definition
- Set the list data to an itemRenderer when the list changes, either by scrolling, or refreshing.
- setListData ListItemRenderer
- Set the list data relevant to the itemRenderer.
- setProgress
- Set the progress of the component when it is in "manual" mode.
- setRendererList CoreList
- Set a list of external MovieClips to use as renderers, instead of auto-generating the renderers at run-time.
- setRendererList TileList
- setScrollProperties
- Set the scroll properties of the component.
- setSelectedButton
- Sets the specified button to the
selectedButton.
- setSize Button
Sets the width and height of the component at the same time using internal sizing mechanisms.
- setSize DropdownMenu
Sets the width and height of the component at the same time using internal sizing mechanisms.
- setSize Label
Sets the width and height of the component at the same time using internal sizing mechanisms.
- setSize UIComponent
- Sets the width and height of the component at the same time using internal sizing mechanisms.
- show Dialog static method
- Create a Dialog instance using the
PopUpManager.
- show ViewStack
- Instantiate a new view based on a linkage.
- startDrag
- stopDrag
- Stops an active drag operation, and dispatches the "endDrag" event with the cancelled flag set to false.
- tweenEnd
- tweenFrom
- Tween the properties of a MovieClip from the properties specified in the
props object to the current properties.
- tweenTo
- Tween the properties of a MovieClip specified in the
props object.
- unload
- Unload the currently loaded content, or stop any pending or active load.
- update Constraints
- Change the width/height and x/y of each registered component based on the scope's updated size and the constraint rules.
- update DragManager
- Repositions the drag target relative to the cursor position.
- update ScrollIndicator
- Manually update the scrollBar when the target changes.
- validateNow
- When the component has been invalidated, this method is called which validates the component, and redraws the component immediately by calling
draw().